home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / GNUSED.ZIP / sed / configure.in < prev    next >
Encoding:
Text File  |  1995-12-27  |  263 b   |  15 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(sed.c)
  3. AC_PROG_CC
  4. AC_PROG_CPP
  5. AC_PROG_INSTALL
  6. AC_MINIX
  7. AC_ISC_POSIX
  8. AC_STDC_HEADERS
  9. AC_HAVE_HEADERS(string.h)
  10. AC_VPRINTF
  11. AC_HAVE_FUNCS(bcopy memcpy)
  12. AC_CONST
  13. AC_ALLOCA
  14. AC_OUTPUT(Makefile)
  15.